From: Daniel Kiper Date: Tue, 7 May 2013 11:51:39 +0000 (+0200) Subject: tools/xenmon: Fix typo in Makefile X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6888 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ea5e515ba19c423e15ca33023cd3c9d2c9aa807f;p=xen.git tools/xenmon: Fix typo in Makefile Signed-off-by: Daniel Kiper Acked-by: Ian Jackson --- diff --git a/tools/xenmon/Makefile b/tools/xenmon/Makefile index 5648075210..3fe87ba538 100644 --- a/tools/xenmon/Makefile +++ b/tools/xenmon/Makefile @@ -38,7 +38,7 @@ install: build clean: $(RM) -f $(DEPS) $(RM) -f xenbaked xenbaked.o - $(RM) -f xentrace_setmake setmask.o + $(RM) -f xentrace_setmask setmask.o xenbaked: xenbaked.o Makefile $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) $(APPEND_LDFLAGS)